projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9d95d
)
https-dns-proxy: Fix wrong commandline argument
author
Aaron Drew
<
[email protected]
>
Thu, 12 Jan 2017 09:33:08 +0000
(20:33 +1100)
committer
GitHub
<
[email protected]
>
Thu, 12 Jan 2017 09:33:08 +0000
(20:33 +1100)
Init scripts were configuring daemon to write log to file "127.0.0.1" instead.
Signed-off-by: Aaron Drew <
[email protected]
>
net/https-dns-proxy/files/https_dns_proxy.init
patch
|
blob
|
history
diff --git
a/net/https-dns-proxy/files/https_dns_proxy.init
b/net/https-dns-proxy/files/https_dns_proxy.init
index df1b220455a95b29c66e263949acf7ba2690f475..333f3cac3ecb14914331c41fddf5782cbc8957c3 100644
(file)
--- a/
net/https-dns-proxy/files/https_dns_proxy.init
+++ b/
net/https-dns-proxy/files/https_dns_proxy.init
@@
-16,7
+16,7
@@
start_instance() {
procd_open_instance
procd_set_param command ${PROG} \
- -
l
"$listen_addr" -p "$listen_port" \
+ -
a
"$listen_addr" -p "$listen_port" \
-u "$user" -g "$group"
procd_set_param respawn
procd_close_instance